home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13883 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: ip-pdx04-07.teleport.com!johnb
  2. From: johnb@imagix.com (John Blattner)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Searching for: C source to flowchart util
  5. Date: Wed, 10 Apr 1996 09:01:18 +1000
  6. Organization: Imagix Corporation
  7. Message-ID: <johnb.66.0080543A@imagix.com>
  8. References: <rsuinn-0404961514580001@a17-221-40-193.apple.com>
  9. NNTP-Posting-Host: ip-pdx04-07.teleport.com
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
  11.  
  12. In article <rsuinn-0404961514580001@a17-221-40-193.apple.com> rsuinn@apple.com (R Suinn) writes:
  13.  
  14. >Hi,
  15. >I have some ancient C source I inherited and it's very difficult to follow
  16. >because it goes everywhere and there are many files.
  17.  
  18. >I am looking for something that would parse the files and create a
  19. >graphical diagram showing what functions call what.
  20.  
  21. >Nothing fancy.
  22.  
  23. >Anyone know of anything that would do this or something like this?  Seems
  24. >like it would be VERY useful to just about anyone.
  25.  
  26. You might want to check the "Software Re-engineering Web Home Page"
  27. which has a lot of useful information about tools, resources, etc, for
  28. reverse engineering.  You can find it at:
  29.     http://www.erg.abdn.ac.uk/users/brant/sre
  30.  
  31. Another useful site, associated with comp.software-eng and containing
  32. a wider selection of CASE tools is:    
  33.     http://www.qucis.queensu.ca/Software-Engineering
  34.  
  35. ----------
  36.  
  37. One tool I'd recommend you look at (since we make it) is Imagix 4D, a 
  38. program understanding tool for C and C++ software.
  39.  
  40. What's unique about Imagix 4D -
  41.     -  shows many aspects of software - control flow, data flow, build
  42.        dependencies, class use (C++ only), test coverage, performance...
  43.     -  allows easy focusing on pertinent data through knowledge-based
  44.        exploration engine
  45.     -  speeds comprehension through 3D graphic visualization
  46.     -  automatically generates design documentation, including html
  47.     -  is affordably priced
  48.  
  49. For more info and trial software:
  50.     file://ftp.teleport.com/pub/vendors/imagix/README
  51.     http://www.teleport.com/~imagix
  52.     email - info@imagix.com
  53.  
  54. John
  55.  
  56.  
  57. --------------------------------------------------------
  58. John Blattner
  59. Imagix Corporation               tel: 1.503.644.4905
  60. 3800 SW Cedar Hill Blvd #227     fax: 1.503.644.5629
  61. Beaverton, OR 97005-2035         email: johnb@imagix.com
  62.  
  63.                     
  64.